Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 282 Bytes

File metadata and controls

22 lines (14 loc) · 282 Bytes

CLI Commands

Setup

gem install bundler

Usage

bundle install <gem>
bundle config set path <some path>

bundle update
bundle outdated

bundle list
bundle check
bundle console

bundle exec <command>

bundle clean
bundle clean --force